@import url("font.css");
@import url("picbox.css");
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
body,html {
    font-family: 'myfont', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
}
.webtop {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #25b7b4;
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
}
.webtop span {
    margin-right: 5px;
}
.webtop div {
    margin-left: 20px;
}
.webtop div h1 {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}
.webscend {
    background-color: #0070b8;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
}
.webscend_right {
    width: 200px;
    float: right;

}
.webscend_right .country {

}
.webscend_right .country .country_tab {
    float: left;
    margin-right: 20px;
}
.webscend_right .country span {
    margin-right: 3px;
}
.webscend_right .country .contactus {
    float: left;
    color: #ffffff;
}

.websearch {
    height: 100px;
    margin-top: 50px;
}

.websearch .logo {
    float: left;
    width: 200px;
    height: auto;
    margin-left: 70px;
}

.websearch .logo img {
    width: 100%;
}

.websearch .search {
    float: left;
    width: 800px;
    height: auto;
    margin-left: 70px;
}
.websearch .search .search_input {
    overflow: hidden;
}
.websearch .search .search_input input {
    width: 700px;
    height: 50px;
    line-height: 50px;
    border: 1px #0070b8 solid;
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    background-color: #f5f5f5;
    float: left;
}

.websearch .search .search_input input:focus {
    outline: none; /* 移除默认的轮廓样式 */
    border-color: #0070b8; /* 边框颜色 */
    box-shadow: 0 0 8px #0070b8; /* 模拟光的效果，可以调整大小和颜色 */
}
.websearch .search .search_input .search_btn {
    background-color: #0070b8;
    width: 78px;
    height: 52px;
    line-height: 52px;
    float: left;
    border: 1px #0070b8 solid;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.websearch .search .search_input .search_btn span {
    font-size: 25px;
    color: #ffffff;
}

.websearch .search .search_menu {
    text-align: right;
    margin-top: 10px;
}
.websearch .search .search_menu ul {
    float: right;
}
.websearch .search .search_menu li {
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

.websearch .search .search_menu li span {
    color: #0070b8;
    margin-right: 5px;
}

.websearch .search .search_menu li a {
    color: #0070b8;
}

.websearch .person_info {
    float: left;
    width: 260px;
    margin-left: 87px;
}
.websearch .person_info p {
    text-align: center;
    color: #0070b8;
    font-size: 15px;
    cursor: pointer;
}
.websearch .person_info img {

    height: 60px;
}
.websearch .person_info .loginreg {
    float: left;
    margin-right: 44px;
    position: relative;
    text-align: center;
}
.websearch .person_info .loginreg span {
    font-size: 60px;
    color: #0070b8;
    display: block;
    margin-bottom: 5px;
}

.websearch .person_info .loginreg span.tsicon {
    display: inline;
    font-size: 15px;
    font-weight: bold;
}
.websearch .person_info .wenhao {
    height: 25px;
}
.websearch .person_info .cart {
    float: left;
    position: relative;
    cursor: pointer;
}
.websearch .person_info .cart span {
    font-size: 60px;
    color: #0070b8;
    display: block;
    margin-bottom: 5px;
}

.loginafter, .loginbefore {
    position: absolute;
    top: 120px;
    left: -40px;
    border: 1px #f2f2f2 solid;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    z-index: 99999;
    background-color: #ffffff;
    display: none;
}
.loginafter {
    left: 10px;
}
.loginafter li, .loginbefore li {
    height: 30px;
    line-height: 30px;
}
.loginafter li a, .loginbefore li a {
    color: #000000;
}
.webnav {
    /*overflow: hidden;*/
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.webnav li {
    height: 50px;
    line-height: 50px;
    color: #1269b6;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    float: left;
    margin-right: 20px;
}

.webnav li span {
    color: #1269b6;
    margin-left: 5px;
    font-weight: bold;
}

.webnav li a {
    color: #1269b6;
}

.newprotips {
    height: 80px;
    line-height: 30px;
    background-color: #f8f8f7;
    text-align: center;
    padding-top: 10px;
}
.newprotips .ts {
    color: #107ec9;
}
.newprotips a {
    color: #107ec9;
}

.clearfix {
    clear: both;
}

.footernav {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 30px;
    width: 93%;
}
.footernav div {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.footernav div h4 {
    color: #436298;
    margin-bottom: 30px;
}
.footernav div a {
    color: #000000;
}
.footernav div ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
.footernav .rightnav {

}
.footernav .rightnav div {
    clear: both;
    width: 100%;
}
.footernav .rightnav .subscribe input {
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
    padding-left: 10px;
    border: 1px #d5d5d5 solid;
    border-radius: 4px 0 0 4px;
    float: left;
    width: 300px;
}
.footernav .rightnav .subscribe input::placeholder {
    color: #adadad;
}
.footernav .rightnav .subscribe button {
    float: left;
    height: 37px;
    line-height: 37px;
    width: 100px;
    color: #ffffff;
    background-color: #25b7b4;
    border: 1px #25b7b4 solid;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.footernav .rightnav .tips {
    font-size: 12px;
    margin-top: 5px;
}
.footernav .rightnav .wx {
    margin-top: 30px;
    cursor: pointer;
    position: relative;
}
.footernav .rightnav .wx img {
    width: 50px;
}

footer {
    overflow: hidden;
    background-color: #0070b8;
    color: #ffffff;
    margin-top: 50px;
}
.footertop {
    padding: 20px 40px;
    overflow: hidden;
}
.footertop .flogo {
    width: 11%;
    float: left;
    margin-left: 29px;
}
.footertop .flogo img {
    width: 150px;
}
.footertop .fcompany {
    width: 46%;
    float: left;
    font-size: 25px;
    margin-top: 10px;
    margin-left: 54px;
}

.footertop .fcontact {
    width: 35%;
    float: left;
    font-size: 22px;
    margin-top: 20px;
}
.footertop .fcontact p {
    float: left;
    margin-right: 20px;
    display: flex;
}
.footertop .fcontact img{
    width: 40px;
}
.footertop .fcontact span{
    margin-left: 10px;
}
.footersplit {

}
.footerbottom {
    padding: 20px 72px;
}
.footerbottom .flist {

}
.footerbottom a {
    color: #ffffff;
}
.footerbottom .flist li {
    float: left;
    margin-right: 20px;
}
.footerbottom .flist li:nth-child(2) {
    border-left: 1px #ffffff solid;
    padding-left: 20px;
}
.footerbottom .flist li:nth-child(3) {
    border-left: 1px #ffffff solid;
    padding-left: 20px;
}
.footerbottom .zs {
    margin-top: 15px;
}
.footerbottom .zs .zsitem {
    float: left;
    margin-right: 20px;
    display: flex;
}
.footerbottom .zs .zsitem img {
    width: 25px;
}
.footerbottom .zs .zsitem span {
    line-height: 28px;
    font-size: 14px
}
.footerbottom .tips {
    font-size: 14px;
    margin-top: 15px;
    color: #bbbab5;
}



.webnav .sonnav {
    z-index: 9999;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    border-top: 4px #25b7b4 solid;
    box-shadow: 0px 2px 2px #ccc;
    display: none;
}

/*.webnav li {
    position: relative;
}*/
.webnav .sonnav li {
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    float: none;
}
.webnav .sonnav li a {
    color: #323232;
}

.fr {
    float: right;
}
.fl {
    float: left;
}


.showpage {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
}
.showpage .pagination {
    float: right;
    margin-top: 10px;
}
.showpage .pagination li{
    float: left;
    /*width: 25px;*/
    text-align: center;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 5px;
}
.showpage .pagination li a {
    color: #1e53a5;
}
.showpage .pagination li label {
    cursor: pointer;
    font-weight: bold;
}
.showpage .pagination li.active {
    background-color: #1e53a5;
    color: #ffffff;
}
.showpage .pagination li.active a {
    color: #ffffff;
}

.flex-default {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-space {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-item {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
}


.web404 {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 0 30px rgba(99, 99, 99, 0.06);
    padding: 50px;
    background-color: #fff;
    margin-bottom: 20px;
}

.web404 .content-container.in {
    left: 0px;
    opacity: 1;
}

.web404 .head-line {
    transition: color .2s linear;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #777;
}

.web404 .subheader {
    transition: color .2s linear;
    font-size: 32px;
    line-height: 46px;
    color: #494949;
}

.web404 .hr {
    height: 1px;
    background-color: #eee;
    width: 80%;
    max-width: 350px;
    margin: 25px auto;
}

.web404 .context {
    transition: color .2s linear;
    font-size: 16px;
    line-height: 27px;
    color: #aaa;
}

.web404 .context p {
    margin: 0;
}

.web404 .context p:nth-child(n+2) {
    margin-top: 16px;
}

.web404 .buttons-container {
    margin-top: 35px;
    overflow: hidden;
}

.web404 .buttons-container a {
    transition: text-indent .2s ease-out, color .2s linear, background-color .2s linear;
    text-indent: 0px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #0070b8;
    border-radius: 99px;
    padding: 8px 0 8px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 45%;
}

.web404 .buttons-container a:hover {
    text-indent: 15px;
}

.web404 .buttons-container a:nth-child(1) {
    float: left;
}

.web404 .buttons-container a:nth-child(2) {
    float: right;
}

.flex-container {
    justify-content: center;
    align-items: center;
}
.xyewm {
    width: 120px !important;
    height: 120px !important;
    position: absolute;
    top: -120px;
    left: -44px;
    background-color: #ffffff;
    display: none;
}
.xyewm img {
    width: 100% !important;
    height: 100% !important;
}

.cartnum {
    width: 25px;
    height: 25px;
    background-color: #ff0000;
    border-radius: 50%;
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 25px;
    left: 54px;
}

.nodata {
    text-align: center;
    color: #666666;
    margin-top: 15px;
}


.rightBar{position:absolute;top:20px;right:30px;/*left:calc((100vw - 1100px)/2 + 1210px);*/border-bottom:1px solid #e9ecf0;width:60px;height:auto;background:#FFFFFF;text-align:center;z-index:999999}
.rightBar.fixed{position:fixed;top:150px; right: 2px}
.rightBar-list li{vertical-align:top;padding-top:7px;width:60px;height:60px;border:1px solid #e9ecf0;border-bottom:none;position:relative}
.rightBar-list li a{display:block;width:100%;height:100%}
.rightBar-list li a:hover .iconfont,.rightBar-list li a:hover span{color:#3388dd}
.rightBar-list li div:hover .iconfont,.rightBar-list li div:hover span{color:#3388dd}
.rightBar-list li.car-a::after{content:attr(data-num);position:absolute;top:8px;right:8px;width:16px;height:16px;line-height:16px;text-align:center;background:#3388dd;border-radius:50%;color:#ffffff;font-size:10px}
.rightBar-list li.app-a:hover .qr-box{display:block !important}
.rightBar-list li.tel-a:hover .concact-box{display:block !important}
.rightBar-list li .iconfont{font-size:20px;color:#71797f}
.rightBar-list li span{display:block;margin-top:6px;font-size:12px;line-height:17px;color:rgba(35,38,40,0.9)}
.rightBar-list li .qr-box{position:absolute;left:-148px;top:0;width:138px;background:#FFFFFF;border:1px solid #E9ECF0;padding-top:12px;border-radius:8px;display:none}
.rightBar-list li .qr-box img{width:104px;height:104px}
.rightBar-list li .qr-box p{margin-top:2px;font-size:13px;line-height:18px}
.rightBar-list li .qr-box .text-bold{color:#232628;font-weight:600}
.rightBar-list li .qr-box .text-grey{color:#71797F}
.rightBar-list li .concact-box{position:absolute;top:9px;left:-148px;border-radius:8px;width:138px;height:42px;line-height:42px;background:#FFFFFF;border:1px solid #E9ECF0;display:none}
.rightBar-list li .concact-box span{display:inline-block;font-size:13px;line-height:18px;color:#71797f;vertical-align:middle;margin-top:0}
#xychat, #xyqq, .xytop {
    cursor: pointer;
}
.xytop {
    display: none;
}


/* 支付弹框 */

.pay-info {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.pay-info .info {
    width: 600px;
    padding: 20px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.pay-info p {
    color: black;
}

.pay-info .flex-default p {
    font-size: 20px;
    height: 50px;
    cursor: pointer;
}

.pay-info .payType {
    margin-bottom: 10px;
}

.pay-info .zhanghu {
    border-bottom: 1px solid #cccccc;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pay-info .zhanghu p {
    line-height: 36px;
    margin-right: 20px;
}

.pay-info button {
    background: #409EFF;
    color: white;
    width: 104px;
    height: 40px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
}

.pay-info .qr-code {
    text-align: center;
    margin: 20px 0;
}

.pay-info .qr-code img {
    height: 100px;
    width: 100px;
}